Package-level declarations
Types
Link copied to clipboard
class ApiExtractor
Unified API extractor that can work with both source code and compiled bytecode.
Link copied to clipboard
API reference that can be exposed to LLMs as a prompt contribution and tools. Can also be used in configuration to provide API reference information.
Link copied to clipboard
data class ApiReferenceProvider(val name: String, val description: String, val acceptedPackages: List<String>) : LlmReferenceProvider